<html lang="en"><head>
    <meta charset="UTF-8">
    <title>MIC LEVEL</title>
    <style>
    ::selection{
        background: transparent;
    }
    body:hover{
        cursor: pointer;
    }
    body{
        background:url('bg.jpg');
        background-size: cover;
           font-family: '微软雅黑';
    color:#1688d3;
    }
        .stage{
            position: absolute;
            top:50%;
            left: 50%;
            transform: translate(-50%,-50%);
            text-align: center;

        }
        .stage h1{
           position: relative;
            top:-30px;
            text-align: center;
           
            letter-spacing: 10px;
            font-size: 32px;
        }
        h2{

        }
        a{
              color:#1688d3;
            
        }
        .content{
            position: absolute;
            top:0;
            left: 0;
            right: 0;
            bottom: 0;
            background:  linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.6) 50%,rgba(255,255,255,.3));;
        }
    </style>

</head>
<body>
<div class="content">    
    <div class="stage">

        <h1>
        错误404
         </h1>
        <a href="/">点击返回</a>
    </div>
</div>

</body></html>